*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:'Source Code Pro',monospace;background:#111;color:#eee;overflow:hidden}main{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;padding:1rem;text-align:left}img{display:block;width:100%;max-width:120px;height:auto;margin-bottom:2rem}.terminal{background:#000;border:1px solid #333;border-radius:12px;width:100%;max-width:600px;box-shadow:0 10px 30px rgba(0,0,0,.5);overflow:hidden}.controls{display:flex;align-items:center;padding:.75rem 1rem;background:#333;border-bottom:1px solid #444}.dot{display:block;width:12px;height:12px;border-radius:50%;margin-right:8px}.red{background:#ef4444}.yellow{background:#eab308}.green{background:#22c55e}.content{padding:1.5rem}h1{font-size:clamp(1.5rem,5vw,2.25rem);color:#4ade80;font-weight:700;margin-bottom:1rem}p{font-size:clamp(.9rem,2.5vw,1.1rem);line-height:1.6;margin-bottom:2rem}.cta{display:inline-block;background:#4ade80;color:#000;font-family:'Source Code Pro',monospace;font-weight:700;text-decoration:none;padding:.75rem 1.5rem;border-radius:8px;transition:transform .2s ease;font-size:1rem}.cta:hover,.cta:focus{transform:scale(1.05);outline:2px solid #4ade80;outline-offset:2px}#cookie-banner{position:fixed;bottom:1rem;left:1rem;right:1rem;background:#222;border:1px solid #444;color:#eee;padding:1rem;border-radius:12px;max-width:400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;z-index:100;font-size:.9rem;display:none}#cookie-banner.show{display:flex}#cookie-banner p{margin:0;padding-right:1rem;font-size:inherit;line-height:1.4}#accept-cookies{background:#4ade80;color:#000;border:none;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-family:'Source Code Pro',monospace;font-weight:700;white-space:nowrap}#accept-cookies:hover{opacity:.8}